projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b784cc
)
* callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:05:03 +0000
(08:05 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:05:03 +0000
(08:05 +0000)
instead of XSYMBOL and name field.
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index fec25a3411a58125ce28b7305d3e47b9adb2ba0c..63f32418954c98a15e10de2fc3d05305571ca20f 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-597,7
+597,7
@@
supply if the command inquires which events were used to invoke it. */)
if (next_event >= key_count)
error ("%s must be bound to an event with parameters",
(SYMBOLP (function)
- ? (char *) XS
YMBOL (function)->name
->data
+ ? (char *) XS
TRING (SYMBOL_NAME (function))
->data
: "command"));
args[i] = XVECTOR (keys)->contents[next_event++];
varies[i] = -1;